home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Reader's Corner / Reader's Contibutions / Modified / FrEQuency data / 00365.ls < prev    next >
Encoding:
Text File  |  1995-01-19  |  177 b   |  10 lines

  1. on mouseUp
  2.   set the movieTime of sprite 29 to 0
  3.   set the movieRate of sprite 29 to -1
  4.   if the frame < 1900 then
  5.     go("alien2")
  6.   else
  7.     play frame "alien2a"
  8.   end if
  9. end
  10.